Artemis Trouble Ticket API

(0 reviews)

API Data Dictionary - GET troubleTicket id

This section defines the key fields used in the TMF621 Trouble Ticket API. Attributes listed here may appear in request or response payloads depending on the operation. Fields are derived from TMF621 v5.0.0 and follow TMF630 REST design principles.

API request payload

GET single troubleTicket

Section Field Name Example Field Value Description
N/a/troubleTicket/{id}INC0123456789The id is the PXC troubleTicketreturned to partners as part of the POST /troubleTicketresponse.
Response Shaping (fields Parameter)

The TMF standard defines a fields query parameter to allow clients to limit which fields are included in API responses. However, this parameter is currently not fully supported in the implementation of the Trouble Ticket API.

  • Any use of fields in the request of GET /troubleTicket/{id} will be ignored.
  • A default list of attributes will be returned in the response, with href to get the full ticket, if required.

Reviews